---
title: "Block Account"
method: POST
path: "/ BlockAccount"
tags: ["Accounts"]
---

# Block Account

`POST / BlockAccount`

Emergency blocking of an account.

## Request body

- object
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `Justification` integer, required — Types of justification for blocking an account
  - `Account` AccountOwner, required
    - `OwnerTaxNumber` string, required — Legal Identification From Company
    - `AccountKey` string
    - `Banks` BankAccountData
      - `Bank` Bank
        - `bank` string, required — > Bancos >> Clique no link a seguir para visualizar os bancos <a href="https://developers.easycredito.com.br/enum/bank.json" target="_blank">https://developers.easycredito.com.br/enum/bank.json</a>
        - `type` 'CONTA_CORRENTE_INDIVIDUAL' | 'CONTA_CORRENTE_CONJUNTA' | 'CONTA_POUPANCA_CONJUNTA' | 'CONTA_POUPANCA_INDIVIDUAL', required — Tipo de conta bancária
        - `agency` string, required — Número da agência
        - `account` string, required — Número da conta
        - `pixKey` string — Chave Pix da conta
      - `BankBranch` string — Beneficiary's Bank Branch
      - `BankAccount` string — Beneficiary's Account Number (without digit)
      - `BankAccountDigit` string — Beneficiary's Account Digit

## Response `200`

Ok

- BlockAccountSuccess
  - `Success` string
  - `Message` string

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/versions/f94d262a8f58/schema)
